# Taking notes for a user ##### Legacy Command ``` -note <...NoteContent> ``` ##### Slash Command ``` /note ``` #### Examples ``` -note @Someone Something to note... -note 347382275362482 Something to note... ``` ## Viewing notes ##### Legacy Command ``` -noteget ``` ##### Slash Command ``` /noteget ``` !!! info Note IDs are shown when you create them. Also, running `-notes` command will list all notes for a user with their IDs. #### Examples ``` -noteget 3 ``` ## Viewing all notes for a user ##### Legacy Command ``` -notes ``` ##### Slash Command ``` /notes ``` #### Examples ``` -notes @Someone -notes 72926658752652945 ``` ## Deleting notes ##### Legacy Command ``` -notedel ``` ##### Slash Command ``` /notedel ``` #### Examples ``` -notedel 3 ```