-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathmsg.ts
23 lines (23 loc) · 1.21 KB
/
msg.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
export const okHand: string = ':ok_hand:';
export const pingPong: string = 'pong. :ping_pong:';
export const dontAskToAsk: string = 'https://dontasktoask.com/';
export const reactfcMsg: string =
'https://github.com/facebook/create-react-app/pull/8177#issue-353062710';
export const onlyRunInHelp: string =
':warning: you can only run this in ongoing help channels.';
export const beAskerToCloseChannel: string =
':warning: you have to be the asker to close the channel.';
export const couldntFindCodeblock: string =
":warning: couldn't find a codeblock!";
export const canRemoveFullLink: string =
"Here's a shortened URL of your playground link! You can remove the full link from your message.";
export const syntaxWarning: string =
':warning: syntax: !remind <duration> [message]';
export const invalidDuration: string = ':warning: invalid duration!';
export const cannotSendRepToYou: string = ':x: you cannot send rep to yourself';
export const noRepRemain: string =
':warning: no rep remaining! come back later.';
export const needValidSymbol: string =
'You need to give me a valid symbol name to look for!';
export const noTypescriptCode: string =
':warning: could not find any TypeScript codeblocks in the past 10 messages';