Skip to content

Instantly share code, notes, and snippets.

@stand-sure
Created August 25, 2021 23:13
Show Gist options
  • Save stand-sure/0d91e30809efb54fbac164ae7f980a6a to your computer and use it in GitHub Desktop.
Save stand-sure/0d91e30809efb54fbac164ae7f980a6a to your computer and use it in GitHub Desktop.
GetBot
public static string GetBot(string message)
{
string bot = $"\n {message}";
bot += @"
__________________
\
\
....
....'
....
..........
.............'..'..
................'..'.....
.......'..........'..'..'....
........'..........'..'..'.....
.'....'..'..........'..'.......'.
.'..................'... ......
. ......'......... .....
. ......
.. . .. ......
.... . .......
...... ....... ............
................ ......................
........................'................
......................'..'...... .......
.........................'..'..... .......
........ ..'.............'..'.... ..........
..'..'... ...............'....... ..........
...'...... ...... .......... ...... .......
........... ....... ........ ......
....... '...'.'. '.'.'.' ....
....... .....'.. ..'.....
.. .......... ..'........
............ ..............
............. '..............
...........'.. .'.'............
............... .'.'.............
.............'.. ..'..'...........
............... .'..............
......... ..............
.....
";
return bot;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment