├── .gitattributes ├── .poggit.yml ├── LICENSE ├── README.md ├── icon.png ├── plugin.yml ├── resources └── soundlist.yml └── src └── DavyCraft648 └── MentionSound └── MentionSound.php /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavyCraft648/MentionSound/HEAD/.gitattributes -------------------------------------------------------------------------------- /.poggit.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavyCraft648/MentionSound/HEAD/.poggit.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavyCraft648/MentionSound/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavyCraft648/MentionSound/HEAD/README.md -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavyCraft648/MentionSound/HEAD/icon.png -------------------------------------------------------------------------------- /plugin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavyCraft648/MentionSound/HEAD/plugin.yml -------------------------------------------------------------------------------- /resources/soundlist.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavyCraft648/MentionSound/HEAD/resources/soundlist.yml -------------------------------------------------------------------------------- /src/DavyCraft648/MentionSound/MentionSound.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavyCraft648/MentionSound/HEAD/src/DavyCraft648/MentionSound/MentionSound.php --------------------------------------------------------------------------------